home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1994 December / SOFM_Dec1994.bin / mac / SRI / General Interest / Desk Accessories / C Servant™ / C Info / C Info.rsrc / TEXT_131_aText.txt < prev    next >
Text File  |  1992-02-23  |  298b  |  14 lines

  1.  
  2. PreProcessor Commands
  3.  
  4. #define                        identifier  token string
  5. #define                        id (id, ...)token string
  6. #undef                            identifier
  7. #include                    "filename"
  8. #include                    <filename>
  9. #if                                        constant-expression
  10. #ifdef                            identifier
  11. #ifndef                        identifier
  12. #else
  13. #endif
  14. #line                                constant identifier